text/template/parse.Tree.pipeline (method)

6 uses

	text/template/parse (current package)
		parse.go#L411: 	return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))
		parse.go#L442: func (t *Tree) pipeline(context string, end itemType) (pipe *PipeNode) {
		parse.go#L514: 	pipe = t.pipeline(context, itemRightDelim)
		parse.go#L607: 	pipe := t.pipeline(context, itemRightDelim)
		parse.go#L637: 		pipe = t.pipeline(context, itemRightDelim)
		parse.go#L754: 		return t.pipeline("parenthesized pipeline", itemRightParen)